home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / basic / PureBasic.readme < prev    next >
Encoding:
Text File  |  1999-11-06  |  9.0 KB  |  184 lines

  1. Short:    V1.02 - Brand new powerful programming langage. Support for 680x0 and PPC
  2. Author:   alphasnd@sdv.fr (Fantaisie Software)
  3. Uploader: alphasnd@sdv.fr (Frederic Laboureur)
  4. Version:  1.02
  5. Type:     dev/basic
  6.  
  7.  
  8.    Pure Basic is brand new 'high level' programming langage based on the
  9.    previoulsy etablished B.A.S.I.C rules. It ensure a good compatibility
  10.    with similar basic compiler independement of the computer. The learning
  11.    is easy, as basic has been created for beginner and the development time
  12.    is really fast.
  13.  
  14.    This software has been developed for the Amiga with the Amiga enviromment
  15.    in mind. We have put lot of effort in its realization to produce fast,
  16.    reliable and system friendly langage. The respect of the OS is always the
  17.    master word, and you couldn't write bad software with the basic commandset
  18.    provided. Of course, you could add any other functions to bash the hardware
  19.    and use all the Amiga power, if you need it.
  20.  
  21.    The syntax is easy, but the possibities are huge because some 'advanced'
  22.    functions has been added to this langage like pointers, structure,
  23.    procedure, dynamic linked lists, and more.. For the experienced coder,
  24.    there is no problem to access any of the legal OS structures or amiga
  25.    objects.
  26.  
  27.    Finally, Pure Basic support the 680x0 processor and in early stage the
  28.    PowerPC. The PowerPC processor is not fully working yet because we don't have
  29.    any PPC accelerator at the Fantaisie Software team to achieve the tests.
  30.    The 68000 part has been very optimized to output the best code as possible,
  31.    but we're sure we could do even better !
  32.  
  33.  
  34.    Look yourself at the main features of Pure Basic:
  35.  
  36.      - 68000 and 68020+ support (PowerPC in progress)
  37.      - Built-in Array, dynamic linked list, complex structure, pointer
  38.        and variable definitions
  39.      - Supported types: Byte (8 bit), Word (16 bits), Long (32) and user
  40.        defined ones (structures)
  41.      - Signed (finished) and unsigned (partially) support for standard types
  42.      - Built-in strings type
  43.      - Constants, binary and hexadecimal numbers support
  44.      - Very good expression reducer by grouping constants and numeric numbers together
  45.      - Standard arithmetic support with respect of signs priority and parenthesis:
  46.        +, -, /, *, and, or, lsl, asl, lsr, asr
  47.      - Compile about 30 000 lines/min on a 68030/50 (with PoolMem installed)
  48.      - Procedure support for structured programming with locals and global variables
  49.        (not fully finished)
  50.      - All Standard BASIC keywords: If-Else-EndIf, Repeat-Until ...
  51.      - External libraries support to manipulate easily objects like IFF pictures,
  52.        screens, windows, gadgets...
  53.      - Precompiled structures and constants files for extra fast compiling.
  54.      - Cool debugger to stop the program execution and trace the bugs easily.
  55.      - Configurable CLI compiler
  56.      - System friendly, easy to install and always under development
  57.  
  58.  
  59. ***********
  60.            *
  61. V1.02 News  *
  62.            *
  63. ***********
  64.  
  65.       - Reference guide revised by LES.
  66.       - 2 files was missing for PPC compilation. Now it should work.
  67.       - Some bugs fixes.
  68.  
  69.  
  70.       Visit our site web at: http://www.citeweb.net/fantaisi/
  71.  
  72.             Enjoy the Amiga power !
  73.  
  74.                © 1999 - Fantaisie Software -
  75.  
  76.  
  77. ============================= Archive contents =============================
  78.  
  79. Original  Packed Ratio    Date     Time    Name
  80. -------- ------- ----- --------- --------  -------------
  81.     2531    1314 48.0% 03-Sep-99 14:40:30  PureBasic_Demo.info
  82.     5932    1718 71.0% 12-Sep-99 15:12:06 +Extras_ppcmacros.pasm
  83.    90564   37353 58.7% 12-Sep-99 15:12:04 +pasm
  84.    65388   41711 36.2% 12-Sep-99 15:12:06 +PhxAss
  85.    13621    1696 87.5% 12-Sep-99 15:12:06 +PPCmacros.pasm
  86.    56668   29356 48.1% 12-Sep-99 15:12:06 +vlink
  87.   307956   35926 88.3% 12-Sep-99 15:12:06 +amiga.lib
  88.    41180   16723 59.3% 12-Sep-99 15:12:06 +m.lib
  89.    69864   19528 72.0% 12-Sep-99 15:12:06 +vc.lib
  90.     1224     742 39.3% 12-Sep-99 15:12:06 +warpup.o
  91.      276      80 71.0% 12-Sep-99 15:12:06 +x.o
  92.    16620    8859 46.6% 12-Sep-99 15:12:06 +Default_Debugger
  93.     2531    1313 48.1% 12-Sep-99 15:12:12 +Examples.info
  94.     2240    1426 36.3% 12-Sep-99 15:12:06 +App.exe
  95.     2032    1220 39.9% 12-Sep-99 15:12:06 +BitMap.exe
  96.     1000     710 29.0% 12-Sep-99 15:12:06 +ClipBoard.exe
  97.      948     633 33.2% 12-Sep-99 15:12:06 +File.exe
  98.     1776    1080 39.1% 12-Sep-99 15:12:06 +Font.exe
  99.     1044     644 38.3% 12-Sep-99 15:12:06 +LinkedList.exe
  100.     3292    1758 46.5% 12-Sep-99 15:12:06 +Menu.exe
  101.     2036    1199 41.1% 12-Sep-99 15:12:06 +Palette.exe
  102.     3992    2174 45.5% 12-Sep-99 15:12:06 +Picture.exe
  103.     4164    2288 45.0% 12-Sep-99 15:12:06 +Program1.exe
  104.     2268    1187 47.6% 12-Sep-99 15:12:06 +Screen.exe
  105.     1403     698 50.2% 12-Sep-99 15:12:06 +App.pb
  106.     1669     777 53.4% 12-Sep-99 15:12:06 +BitMap&Drawing.pb
  107.      498     252 49.3% 12-Sep-99 15:12:06 +Clipboard.pb
  108.      587     278 52.6% 12-Sep-99 15:12:06 +File.pb
  109.     1295     525 59.4% 12-Sep-99 15:12:06 +Font.pb
  110.      803     290 63.8% 12-Sep-99 15:12:06 +LinkedList.pb
  111.     1781     827 53.5% 12-Sep-99 15:12:06 +Menu.pb
  112.     1138     518 54.4% 12-Sep-99 15:12:06 +Palette.pb
  113.     1246     514 58.7% 12-Sep-99 15:12:06 +Picture.pb
  114.     2772    1098 60.3% 12-Sep-99 15:12:06 +Program1.pb
  115.     1369     585 57.2% 12-Sep-99 15:12:06 +Screen.pb
  116.      208     157 24.5% 03-Sep-99 12:15:20 +String.pb
  117.    13002    3663 71.8% 12-Sep-99 15:12:06 +WildManager.pb
  118.     1121     600 46.4% 12-Sep-99 15:12:06 +Window.pb
  119.      684     482 29.5% 03-Sep-99 12:15:20 +String.exe
  120.    11032    5181 53.0% 12-Sep-99 15:12:06 +WildManager.exe
  121.     2092    1321 36.8% 12-Sep-99 15:12:06 +Window.exe
  122.     2531    1314 48.0% 12-Sep-99 15:12:12 +Extras.info
  123.     2531    1314 48.0% 12-Sep-99 15:12:08 +PoolMem.info
  124.    22170    9225 58.3% 12-Sep-99 15:12:08 +Developer.readme
  125.      856     374 56.3% 12-Sep-99 15:12:08 +Developer.readme.info
  126.     5932    3947 33.4% 12-Sep-99 15:12:08 +FragMeter
  127.     1820    1290 29.1% 12-Sep-99 15:12:08 +MemoryMess
  128.     1336     927 30.6% 12-Sep-99 15:12:08 +PatchRAM
  129.     4961    2296 53.7% 12-Sep-99 15:12:08 +PatchRAM.readme
  130.      856     373 56.4% 12-Sep-99 15:12:08 +PatchRAM.readme.info
  131.      180     151 16.1% 12-Sep-99 15:12:08 +PatchReplyMsg
  132.      192     162 15.6% 12-Sep-99 15:12:08 +pgs_patchmem
  133.     7144    4418 38.1% 12-Sep-99 15:12:08 +PoolMem
  134.    35729   14521 59.3% 12-Sep-99 15:12:08 +PoolMem.guide
  135.      537     284 47.1% 12-Sep-99 15:12:08 +PoolMem.guide.info
  136.     2573    1299 49.5% 12-Sep-99 15:12:08 +PoolMem.readme
  137.      856     378 55.8% 12-Sep-99 15:12:08 +PoolMem.readme.info
  138.     1164     764 34.3% 12-Sep-99 15:12:08 +PoolMemDetect
  139.      628     270 57.0% 12-Sep-99 15:12:08 +RexxSerDevFix.info
  140.      180     169  6.1% 12-Sep-99 15:12:08 +rexxserdev.pch
  141.     3945    1794 54.5% 12-Sep-99 15:12:08 +RexxSerDevFix.readme
  142.      856     379 55.7% 12-Sep-99 15:12:08 +RexxSerDevFix.readme.info
  143.    14688    9310 36.6% 12-Sep-99 15:12:08 +spatch
  144.     4592    2926 36.2% 12-Sep-99 15:12:08 +ShowMem
  145.     8323    3606 56.6% 12-Sep-99 15:12:08 +ShowMem.guide
  146.      537     285 46.9% 12-Sep-99 15:12:08 +ShowMem.guide.info
  147.     1110     381 65.6% 12-Sep-99 15:12:08 +ShowMem.info
  148.     9526    5060 46.8% 12-Sep-99 15:12:08 +ShowMem.pic
  149.     1845     898 51.3% 12-Sep-99 15:12:08 +ShowMem.readme
  150.     2531    1314 48.0% 12-Sep-99 15:12:12 +Help.info
  151.     3606    1374 61.8% 12-Sep-99 15:12:08 +App.guide
  152.     2869    1169 59.2% 12-Sep-99 15:12:08 +BitMap.guide
  153.     1234     588 52.3% 12-Sep-99 15:12:08 +Clipboard.guide
  154.     7597    2471 67.4% 12-Sep-99 15:12:08 +Drawing.guide
  155.     5788    1596 72.4% 12-Sep-99 15:12:08 +File.guide
  156.     1814     779 57.0% 12-Sep-99 15:12:08 +Font.guide
  157.    23285    6283 73.0% 12-Sep-99 15:12:08 +Gadget.guide
  158.     2773     968 65.0% 12-Sep-99 15:12:08 +LinkedList.guide
  159.     3876    1100 71.6% 12-Sep-99 15:12:08 +Menu.guide
  160.     1418     706 50.2% 12-Sep-99 15:12:08 +Misc.guide
  161.     1647     482 70.7% 12-Sep-99 15:12:08 +OS.guide
  162.     6391    2167 66.0% 12-Sep-99 15:12:08 +Palette.guide
  163.     3391    1221 63.9% 12-Sep-99 15:12:08 +Picture.guide
  164.    21279    6790 68.0% 12-Sep-99 15:12:08 +Reference.guide
  165.     2837    1374 51.5% 12-Sep-99 15:12:08 +Reference.guide.info
  166.    30556    8058 73.6% 12-Sep-99 15:12:08 +Requester.guide
  167.    23081    7481 67.5% 12-Sep-99 15:12:08 +Screen.guide
  168.     3736    1023 72.6% 03-Sep-99 12:15:22 +String.guide
  169.     2316     934 59.6% 12-Sep-99 15:12:08 +TagList.guide
  170.     1140     568 50.1% 12-Sep-99 15:12:08 +WBStartup.guide
  171.    32184   10619 67.0% 12-Sep-99 15:12:08 +Window.guide
  172.   183516   58907 67.9% 12-Sep-99 15:12:12 +PureBasic
  173.    11815    4806 59.3% 12-Sep-99 15:12:12 +PureBasic.guide
  174.     2837    1374 51.5% 12-Sep-99 15:12:12 +PureBasic.guide.info
  175.      792     447 43.5% 12-Sep-99 15:12:10 +LinkedList
  176.      980     581 40.7% 12-Sep-99 15:12:10 +Misc
  177.     1916    1093 42.9% 12-Sep-99 15:12:10 +Screen
  178.      796     488 38.6% 12-Sep-99 15:12:10 +TagList
  179.      460     305 33.6% 12-Sep-99 15:12:10 +WbStartup
  180.     2848    1619 43.1% 12-Sep-99 15:12:10 +Window
  181.       89      74 16.8% 12-Sep-99 15:12:12 +Start
  182. -------- ------- ----- --------- --------
  183.  1270843  425278 66.5% 19-Sep-99 20:12:44   101 files
  184.